+2001-10-18 Matthias Clasen <matthiasc@poet.de>
+
+ * gdk-pixbuf/gdk-pixbuf.types: Add GdkPixbuf,
+ GdkPixbufAnimation and GdkPixbufAnimationIter. (#62590)
+
+ * gtk/tmpl/gtkscrolledwindow.sgml: Replace GtkCList by
+ GtkTreeView in example. (#62200)
+
2001-10-17 Matthias Clasen <matthiasc@poet.de>
* gtk/tmpl/gtkdnd.sgml, gtk/tmpl/gtkclipboard.sgml,
Creates a new scrolled window. The two arguments are the scrolled
window's adjustments; these will be shared with the scrollbars and the
child widget to keep the bars in sync with the child. Usually you want
-to pass NULL for the adjustments, which will cause the scrolled window
+to pass %NULL for the adjustments, which will cause the scrolled window
to create them for you.
</para>
The viewport scrolls the child by moving its #GdkWindow, and takes the
size of the child to be the size of its toplevel #GdkWindow. This will
be very wrong for most widgets that support native scrolling; for
-example, if you add a #GtkCList with a viewport, the whole widget will
-scroll, including the column headings. Thus #GtkCList supports
-scrolling already, and should not be used with the #GtkViewport proxy.
+example, if you add a widget such as #GtkTreeView with a viewport, the
+whole widget will scroll, including the column headings. Thus, widgets
+with native scrolling support should not be used with the #GtkViewport proxy.
</para>
<para>
</para>
@scrolled_window: A #GtkScrolledWindow.
-@hadjustment:
-<!-- # Unused Parameters # -->
@vadjustment: Vertical scroll adjustment.
@scrolled_window:
@hscrollbar_policy:
@vscrollbar_policy:
-<!-- # Unused Parameters # -->
-@vscrollvar_policy:
<!-- ##### FUNCTION gtk_scrolled_window_get_shadow_type ##### -->